-
Notifications
You must be signed in to change notification settings - Fork 1.7k
GH-4035: Clarify docs on default non-blocking retry setup #4058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6817afa to
9bbd2f2
Compare
sobychacko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rheeri Just some minor polishing comments. Could you take care of it and update the PR? Thanks!
spring-kafka-docs/src/main/antora/modules/ROOT/pages/retrytopic/retry-config.adoc
Outdated
Show resolved
Hide resolved
spring-kafka-docs/src/main/antora/modules/ROOT/pages/retrytopic/retry-config.adoc
Outdated
Show resolved
Hide resolved
spring-kafka-docs/src/main/antora/modules/ROOT/pages/retrytopic/retry-config.adoc
Outdated
Show resolved
Hide resolved
|
@sobychacko Thanks for the feedback! Updated the doc to reflect your suggestions (one sentence per line). |
|
@rheeri, in the DCO signing, could you please use your real name in English before the email? Thanks! |
Signed-off-by: Yuri Lee <[email protected]>
Signed-off-by: Yuri Lee <[email protected]>
|
@sobychacko Updated the DCO sign-off to use my English name. Thanks! |
* Docs: clarify default non-blocking retry setup * Docs: format asciidoc files to one sentence per line Fixes #4035 Signed-off-by: Yuri Lee <[email protected]> (cherry picked from commit 649d483)
@EnableKafkaRetryTopic(or extendingRetryTopicConfigurationSupport) is required for default usage.@RetryableTopicalone is sufficient to provision retry/DLT topics and their consumers with default settings.Fixes #4035